home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_1 / jco17.zip / COMBAT.CFG < prev    next >
Text File  |  1993-02-01  |  6KB  |  153 lines

  1. ;Door Control file
  2. ;-----------------
  3. ;
  4. ;Sysopfirst: Specifies the first name of the sysop as it will be shown to
  5. ;            the users.
  6. ;
  7. ;SysopLast:  Specifies the last name of the sysop as it will be shown to
  8. ;            the users.
  9. ;
  10. ;BBSName:    Specifies the name of the bbs as it will be shown to users.
  11. ;
  12. ;Mono:       Will disable color on the local side. (Necessary if you are
  13. ;            running a monochrome system)
  14. ;
  15. ;BBSType:    Specifies the type of bbs software under which this door program
  16. ;            will be run. Valid bbs types include:
  17. ;
  18. ;                     RBBS - Rbbs-Pc version 16.1+ (uses DORINFOx.DEF)
  19. ;                    QUICK - Quickbbs; Uses DORINFOx.DEF (same as above)
  20. ;                    PCB12 - Pcboard version 12 (uses PCBOARD.SYS)
  21. ;                    PCB14 - Pcboard version 14 (uses PCBOARD.SYS)
  22. ;                     WWIV - WWIV bbs (uses chain.txt)
  23. ;                      GAP - GAP v4.x (uses DOOR.SYS)
  24. ;                  PHOENIX - Phoenix bbs (uses INFO.BBS)
  25. ;                  WILDCAT - Wildcat bbs (uses CALLINFO.BBS)
  26. ;                 SPITFIRE - Spitfire bbs (uses SFDOORS.DAT)
  27. ;
  28. ;ComPort:    Simply put the port number (i.e. 1,2,3,4,etc) not the whole
  29. ;            word COM1.
  30. ;
  31. ;Status:     Specify "ON" if you wish the status line to appear at the bottom
  32. ;            of "OFF" if you wish it to be disabled.
  33. ;
  34. ;Statfore:   The foreground color of the status line (default 0)
  35. ;
  36. ;Statback:   The background color of the status line (default 7)
  37. ;
  38. ;Foreground: Specifies default foreground color (default 7)
  39. ;
  40. ;Background: Specifies default background color (default 0);
  41. ;
  42. ;Color1:     Tells doordriver to select ANSI graphics when a "1" is passed
  43. ;            in the graphics parameter of the DORINFOx.DEF. From what I
  44. ;            understand, FORCE and QUICKBBS require this option set although
  45. ;            RBBS should not.
  46. ;
  47. ;43Line:     The 43LINE option will instruct doordriver to load in the EGA
  48. ;            43-line mode. (You MUST have an EGA adapted for this option). The
  49. ;            enhanced screen allows the local sysop to see much more infor-
  50. ;            mation on the screen.
  51. ;
  52. ;25Exit:     The 25EXIT option will tell DoorDriver to switch back to the 25
  53. ;            line mode when doordriver is completed. This option is only
  54. ;            useful when the above 43LINE option is used. If 25EXIT is not
  55. ;            specified and 43LINE is, then doordriver will exit to DOS in
  56. ;            the 43-line mode.
  57. ;
  58. ;EndChat:    This is what gets displayed when the sysop exits chat mode.
  59. ;
  60. ;Internal:   Use Jet Combats Internal Comm Routines, instead of using
  61. ;            a fossil driver.
  62. ;
  63. ;Locked:     Use a locked baud rate.  Example: LOCKED 19200
  64. ;
  65. ;ReMapFore:  The REMAPFORE parameter allows you to "remap" doordrivers color.
  66. ;            This allows you to substitue in one color for another (i.e.
  67. ;            you could substitute in GREEN for all instances of BLUE). The
  68. ;            REMAPFORE parameter effects only the FOREGROUND color. The
  69. ;            REMAPBACK command below handles the background colors. When a
  70. ;            color is substituted, it effects both the LOCAL user and the
  71. ;            REMOTE user. REMAPFORE's syntax is below:
  72. ;
  73. ;                       Syntax:  REMAPFORE <color1> <color2>
  74. ;                      Example:  REMAPFORE 14 15
  75. ;
  76. ;            The <color> parameters are numeric codes for colors which are
  77. ;            listed on a table below. The example will substitue white
  78. ;            (color 15) in for yellow (color 14)
  79. ;
  80. ;                0 - Black   4 - Red       8 - DarkGray    12 - Lightred
  81. ;                1 - Blue    5 - Magenta   9 - LightBlue   13 - LightMagenta
  82. ;                2 - Green   6 - Brown    10 - LightGreen  14 - Yellow
  83. ;                3 - Cyan    7 - LgtGray  11 - LightCyan   15 - White
  84. ;
  85. ;RemapBack:  The Remapback command is similar to the remapfore command, but
  86. ;            it effects background colors instead of foreground colors. The
  87. ;            syntax is identical except that only colors 0-7 are available
  88. ;            for background.
  89. ;
  90. ;Missiles:   The price of missiles -- How much it costs to buy them from
  91. ;            the store.
  92. ;
  93. ;MayDay:     The price of mayday calls - How much it costs to buy them from
  94. ;            the store.
  95. ;
  96. ;JetCall:    The price of jet calls - How much it costs to buy them from
  97. ;            the store.
  98. ;
  99. ;WinLevel:   The war level that the user has to get to win the game, and let
  100. ;            their ranking go up by one.  If you do not set this parameter
  101. ;            it will default to 50.
  102. ;
  103. ;-----------------------------------------------------------------------------
  104. SYSOPFIRST JOHN
  105. SYSOPLAST RICHARDSON
  106. BBSNAME TopSoft Support Systems
  107. ;
  108. ;       ::::------- Put your bbs type here! Select from those listed above
  109. ;       ::::
  110. ;       \/\/
  111. BBSTYPE QUICK
  112. COMPORT 2
  113. ;
  114. ;                   Uncomment this line if you are running a monochrome
  115. ;  ::-------------- system on the local side.
  116. ;  \/
  117. ;MONO
  118. STATUS ON
  119. STATBACK 1
  120. STATFORE 12
  121. FOREGROUND 7
  122. BACKGROUND 0
  123. ENDCHAT Thanks for chatting!
  124. WINLEVEL 50
  125. ;
  126. ;  ::--------------- Lock your port at a specified baud rate.  Uncomment
  127. ;  ::                this line if you need to do so.  If you do use locked
  128. ;  ::                baudrates, then use the internal comm routines since
  129. ;  ::                they are more reliable for this sort of thing.
  130. ;  \/
  131. ;LOCKED 19200
  132. ;
  133. ;  ::--------------- Uncomment this if you don't want to use a fossil driver.
  134. ;  \/                It will then use JC's internal comm driver routines.
  135. ;INTERNAL
  136. ;
  137. ;                   Uncomment this if JC doesn't give color output to users
  138. ;  ::-------------- who have color (ansi) selected.
  139. ;  \/
  140. COLOR1
  141. ;
  142. ;  ::--------------- Sets the door for use in 43 line EGA mode.
  143. ;  \/
  144. ;43LINE
  145. ;                    If in 43 line EGA mode, then when exiting JC restore
  146. ;  ::--------------- to 25 lines
  147. ;  \/
  148. ;25EXIT
  149. ;
  150. MISSILES 100
  151. MAYDAY 100
  152. JETCALL 100
  153.